-
Notifications
You must be signed in to change notification settings - Fork 77
JS provider release 2.3.0 #1121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
releaseNotes/JavaScriptProvider.md
Outdated
|
|
||
| ### Enhancements | ||
|
|
||
| * Added support for snapshot references. If a configuration setting's value is a snapshot reference, loading it automatically loads all key-values from the referenced snapshot. This enables dynamically switching between snapshots at runtime. [#232](https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/232) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't understand why this shows up in 2.3.0 and 2.4.0-preview. If it was introduced in 2.3.0 then it doesn't need to be mentioned in 2.3.0-preview.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2.3.0-preview added AFD support to 2.2.0
We have two new releases:
2.3.0 added snapshot reference to 2.2.0
2.4.0-preview added snapshot reference to 2.3.0-preview
releaseNotes/JavaScriptProvider.md
Outdated
|
|
||
| * Added support for snapshot references. If a configuration setting's value is a snapshot reference, loading it automatically loads all key-values from the referenced snapshot. This enables dynamically switching between snapshots at runtime. [#232](https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/232) | ||
|
|
||
| **Note:** Built on 2.2.0. For Azure Front Door support, use 2.4.0-preview or later. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mention that AFD support is dropped in this release.
No description provided.